home *** CD-ROM | disk | FTP | other *** search
- ; SCCSID = @(#)u.islmouse.inf 1.1 11/28/95
- ;
- ; ISLMOUSE.INF
- ; Required by Windows 95 for installing mouse drivers, and
- ; to update SYSTEM.INI and the registry with information
- ; pertinent to the driver.
- ;
- ; Copyright (C) 1995 Insignia Solutions PLC
- ; Created 10/7/95 by PMG
- ; Enhanced 1995/08/03 by Mike Tozer
-
- [Version]
- Signature="$CHICAGO$"
- Class=Mouse
- Provider=%Mfg%
-
- [Manufacturer]
- %Mfg%=InsigniaMfg
-
- [InsigniaMfg]
- %*ISL0F0D.DeviceDesc%=Insignia,*ISL0F0D,*PNP0F0D
-
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- Insignia.Copy = 11 ; LDID_SYS
- INF.Copy = 17 ; LDID_INF
-
- [SourceDisksNames]
- 1="Insignia Solutions Windows Drivers",,0
-
- [SourceDisksFiles]
- spcmswm.drv=1
- insignia.386=1
-
- [Prev.DelReg]
- HKR,,DevLoader
- HKR,,MouseDriver
- HKR,,MouseType
- HKR,,ComInfo
- ;;;HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\DriverPages"
-
- ; -------------- Insignia mouse
- [Insignia]
- DelReg=Prev.DelReg
- AddReg=Std.AddReg, Insignia.AddReg
- CopyFiles=Insignia.Copy
- UpdateInis=Insignia.Ini
- UpdateIniFields=Insignia.UpdateIniFields
- LogConfig=Insignia.LogConfig
-
- [Insignia.AddReg]
- HKR,,DevLoader,,*vmouse
- HKR,,MouseType,,"%*ISL0F0D.DeviceDesc%"
- HKR,,NoSetupUI,,1
-
- [Insignia.LogConfig]
- ConfigPriority=HARDWIRED
- IOConfig=23c-23f(3ff::)
- IRQConfig=9
-
- [Insignia.UpdateIniFields]
- win.ini, windows, load, *gui.exe,,1 ; Genius MouseMate
- win.ini, windows, load, *wbuttons.exe,,1 ; Logitech MouseWare
- win.ini, windows, load, *xpoint.exe,,1 ; NEC / LCS Mouse Options
-
- [Insignia.Copy]
- spcmswm.drv
- insignia.386
-
- [Insignia.Ini]
- ; n.b. we shouldn't have to reset the display driver to 'spcmswd.drv'
- ; here, but unless we do, Windows 95 seems to reset it to 'pnpdrvr.drv'
- ; for some reason ....
- system.ini,boot,"mouse.drv=*","mouse.drv=spcmswm.drv"
- system.ini,boot,"display.drv=*","display.drv=spcmswd.drv"
- system.ini,boot.description,"mouse.drv=*","mouse.drv=%*ISL0F0D.DeviceDesc%"
- system.ini,386Enh,"mouse=*","mouse=*vmd"
- system.ini,386Enh,,"device=insignia.386"
-
- [strings]
- Mfg="Insignia Solutions"
- *ISL0F0D.DeviceDesc="Insignia Solutions Mouse"